associateWithTo

inline fun <Key, Value, Destination : KoneMutableMap<in Key, in Value>> KoneIterable<Key>.associateWithTo(    destination: Destination,     valueSelector: (Key) -> Value): Destination(source)